Version

TimescaleInfo Constructor

Initializes a new TimescaleInfo
Syntax
'Declaration
 
Public Function New( _
   ByVal firstDayOfWeek As Nullable(Of DayOfWeek), _
   ByVal weekRule As Nullable(Of CalendarWeekRule), _
   ByVal culture As CultureInfo _
)

Parameters

firstDayOfWeek
The preferred first day of the week or null to use the default for the calendar
weekRule
The week rule to use when calculating week numbers
culture
The culture to use for the calculations
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also